isAutoStart

abstract fun isAutoStart(): Boolean

Checks if this control is configured to start its operation automatically after initialization.

All controls generally default to true unless explicitly configured otherwise.

Return

true if auto-start is enabled, false otherwise.